名前 | 解説 | |
---|---|---|
Add | Adds an item to the System.Collections.Generic.ICollection`1. | |
AddRange | Adds a range of items. | |
Clear | Removes all items from the System.Collections.Generic.ICollection`1. | |
Contains | オーバーロードされます。 Determines whether the System.Collections.Generic.ICollection`1 contains a specific value. | |
CopyTo | オーバーロードされます。 Copies the elements of the System.Collections.Generic.ICollection`1 to an System.Array, starting at a particular System.Array index. | |
IndexOf | オーバーロードされます。 Determines the index of a specific item in the System.Collections.IList. | |
Insert | オーバーロードされます。 Inserts an item to the System.Collections.IList at the specified index. | |
InsertRange | Inserts a range of items in the collection. | |
Move | Moves the item at the from position to to. | |
Remove | オーバーロードされます。 Removes the first occurrence of a specific object from the System.Collections.IList. | |
RemoveAt | Removes the System.Collections.Generic.IList`1 item at the specified index. | |
RemoveRange | Removes a range of items. | |
ReplaceRange | Replaces a range of items. |